home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / escalant / escala21.lha / escalante2.1 / images / cycle.im < prev    next >
Text File  |  1993-02-19  |  278b  |  7 lines

  1. #define cycle_width 16
  2. #define cycle_height 16
  3. static char cycle_bits[] = {
  4.    0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f,
  5.    0xfe, 0x7f, 0x00, 0x00, 0xfe, 0x7f, 0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f,
  6.    0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01, 0x00, 0x00};
  7.